perm filename BOINTY.SAI[PNT,HE]1 blob sn#341259 filedate 1978-03-10 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	BEGIN "POINTY"
C00004 ENDMK
CāŠ—;
BEGIN "POINTY"
DEFINE #ARROW = FALSE;
REQUIRE "MAINPR.SAI[PNT,HE]" SOURCE_FILE;


! the definition of the flags is required to obtain different version of
  POINTY. If none of them is defined POINTY is compiled with all flags
  true
		
	flag			meaning

	#HELP=true		complete error messages,  ? instruction
	#KILL=true		KILL instruction available
	#DISPL=true		display
	#OUTPT=true		file I/O
	#MOVE=true		movements allowed
	#INPUT=true		arm interface available
	#ARROW=true		arrow on display
;

! some combination of flags
	POINTY is the complete version
	BOINTY is compiled with BAIL
	DOINTY is for datamedia and does not have display and help messages;

END "POINTY"